home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / FileShredder.exe / 0 / RCDATA / TFRMRESULTS / TFRMRESULTS.txt
Text File  |  2008-10-30  |  2KB  |  102 lines

  1. object frmResults: TfrmResults
  2.   Left = 448
  3.   Top = 176
  4.   Width = 643
  5.   Height = 420
  6.   Caption = 'frmResults'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 144
  17.   TextHeight = 16
  18.   object pnlResults: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 633
  22.     Height = 384
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     Color = clWhite
  26.     TabOrder = 0
  27.     DesignSize = (
  28.       633
  29.       384)
  30.     object imgWatermarkPage: TImage
  31.       Left = 286
  32.       Top = 260
  33.       Width = 349
  34.       Height = 127
  35.       Anchors = [akRight, akBottom]
  36.       AutoSize = True
  37.       Transparent = True
  38.     end
  39.     object lblTitle: TAxLabel
  40.       Left = 32
  41.       Top = 16
  42.       Width = 343
  43.       Height = 19
  44.       WordWrap = False
  45.       Quality = smMMXSmoothing4x
  46.       Layout = tlCenter
  47.       Transparent = False
  48.       Caption = 'Finish shredding selected files and folders '
  49.       Font.Charset = DEFAULT_CHARSET
  50.       Font.Color = 10040064
  51.       Font.Height = -16
  52.       Font.Name = 'Verdana'
  53.       Font.Style = []
  54.       ShowAccelChar = True
  55.       ParentFont = False
  56.     end
  57.     object lblClickClose: TLabel
  58.       Left = 32
  59.       Top = 360
  60.       Width = 157
  61.       Height = 16
  62.       Caption = 'Click Close to exit program'
  63.     end
  64.     object lblSummary: TAxLabel
  65.       Left = 32
  66.       Top = 64
  67.       Width = 554
  68.       Height = 51
  69.       WordWrap = True
  70.       Transparent = False
  71.       AutoSize = False
  72.       Caption = 'Description'
  73.       ShowAccelChar = True
  74.     end
  75.     object lblClickSaveReport: TLabel
  76.       Left = 32
  77.       Top = 136
  78.       Width = 320
  79.       Height = 54
  80.       AutoSize = False
  81.       Caption = 
  82.         'Click "Save Report" to see a detailed information about the File' +
  83.         ' Shredder results.'
  84.       WordWrap = True
  85.     end
  86.     object btnSaveReport: TButton
  87.       Left = 32
  88.       Top = 196
  89.       Width = 128
  90.       Height = 25
  91.       Caption = '&Save Report'
  92.       TabOrder = 0
  93.       OnClick = btnSaveReportClick
  94.     end
  95.   end
  96.   object SaveDialog: TSaveDialog
  97.     Filter = '*.htm;*.html|*.htm;*.html'
  98.     Left = 463
  99.     Top = 16
  100.   end
  101. end
  102.